Global Index
HTML5 JS API Index > File System API Tutorials & Specs

LocalFileSystemSync

Implemented by WorkerGlobalScope

This type groups properties and / or operations together for documentation purposes and does not have an explicit JavaScript representation.

Properties
const unsigned short
PERSISTENT = 1
Used for storage that should not be removed by the user agent without application or user permission.
const unsigned short
TEMPORARY = 0
Used for storage with no guarantee of persistence.
Operations
FileSystemSync
requestFileSystemSync(unsigned short type, unsigned long long size)
Requests a filesystem in which to store application data.
EntrySync
resolveLocalFileSystemSyncURL(DOMString url)
Allows the user to look up the Entry for a file or directory referred to by a local URL.